SimpleSuspendableMapperImpl

fun <T1, T2> SimpleSuspendableMapperImpl(t1: suspend (T2) -> T1, t2: suspend (T1) -> T2)